Skip to content

Dynamic parameters #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 93 commits into
base: main
Choose a base branch
from
Draft

Dynamic parameters #2

wants to merge 93 commits into from

Conversation

Emyrk added 7 commits April 9, 2025 10:00
Do not expand unknown `count` blocks. Run `expandBlocks` in eval to
allow submodule returns to affect the `count` when using module
outputs.
The depth of submodule evalutation is still limited
Module counts are incorrectly being handled
evaluateStep handles many terraform semantics such as default
values for 'variables'. A hook into these steps allows defining
additional semantics, likely to mirror those of the actual provider
implementation.
Emyrk and others added 22 commits April 10, 2025 05:21
…tiple instances of blocks (aquasecurity#8555)

Signed-off-by: nikpivkin <[email protected]>
Co-authored-by: nikpivkin <[email protected]>
…aquasecurity#8733)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…rity#8271)

Signed-off-by: nikpivkin <[email protected]>
Co-authored-by: nikpivkin <[email protected]>
Co-authored-by: simar7 <[email protected]>
Co-authored-by: Simar <[email protected]>
…quasecurity#8762)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
DmitriyLewen and others added 28 commits May 13, 2025 06:40
Signed-off-by: Ashwani Kumar Kamal (sneaky-potato) <[email protected]>
Co-authored-by: DmitriyLewen <[email protected]>
Co-authored-by: Copilot <[email protected]>
…quasecurity#8887)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….1.1 (aquasecurity#8901)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Terraform `path.cwd` intends to be the directory `terraform` was
executed from. This value should be controllable by the caller.
Especially when using in memory file systems, the actual filesystem
is irrelevant.
@Emyrk Emyrk force-pushed the dynamic_parameters branch from e6b004b to bee4dda Compare May 27, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.